@charset"utf-8";

/* 通用初始化样式 START */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}
html{
  font-size: 16px;
}
ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
textarea,
button,
select {
    border: none;

}

button {
    cursor: pointer;
    background: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    outline-offset: 0;
}

/* input {
    display: block;
} */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
i{
  font-style: normal;
}
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial;
    -webkit-text-size-adjust: 100%;
    font-size-adjust: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top20 {
    margin-top: 20px;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f36 {
    font-size: 36px;
}
.wid12{
width: 12%;
}
.wid14{
width: 14%;
}
.wid15{
width: 15%;
}  
.wid16{
  width: 16%;
}
.wid50{
  width: 50%;
}

.wid40{
  width: 40%;
}
.wid100{
  width: 100%;
}
.col333 {
    color: #333;
}

.hidden {
    display: none;
}
.speshow{
    display: none;
}
.object-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overflowTwo {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:2;
}
.overflowThr {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:3;
}
.overflowFour {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:4;
}
.mshow {
    display: none;
}
.mhide{
    display: block;
}
.body-content{
  width: 100%;
}
.page-content{
  width: 100%;
  overflow: hidden;
}
/* 通用初始化样式 END */

/* 头部START */
.page-header{
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-header{
    width: 100%;
    position: static;
    top: 0;
    z-index: 99;
  }
}
.header-top{
  width: 100%;
  background-color: #465ec5;
  padding: 10px 0;
}
.header-wza{
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.header-wza >a{
  margin-right: 40px;
}
.header-wza img{
  /* vertical-align: middle; */
}
.header-wza span{
  margin: 0 8px;
}
.header-nav{
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  border: 1px solid #456bd5;
}
.header-content{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
.nav-content{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item{
  height: 133px;
  /* line-height: 133px; */
}
.nav-item>a{
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 0px 30px;
  height: 98%;
  padding-top: 30px;
}
.nav-item img{
  height: 50px;
}
.nav-item>a p{
  margin-top: 5px;
}
.nav-item-active{
  border-bottom: 8px solid #465ec5;
}
.nav-item-active>a{
  background-image: linear-gradient(transparent,#dbe4fd 75% ,#b5c4ff) ;
}
.nav-item:hover{
  border-bottom: 8px solid #465ec5;
}
.nav-item:hover >a{
  background-image: linear-gradient(transparent,#dbe4fd 75% ,#b5c4ff) ;
}
/* 头部END */

/*  */
.page-content{
  width: 100%;
}
.containerNew{
  padding: 0 25px;
  width: 1250px;
  margin: 0 auto;
  /* background-color: #fff; */
  padding-bottom: 25px;
}
/* 面包屑 */
.bread-crumbs{
  width: 100%;
  border-left: 8px solid #465ec5;
  background-image:linear-gradient(to right,#eeeeee,transparent) ;
  overflow: hidden;
  margin: 40px 0;
  padding: 15px 40px 15px 15px ;
  /* float: left; */
}
.bread-crumbs i{
  float: left;
}
.bread-label{
  background-image: url(02-19-label1.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 20px;
  margin: 0 10px;

}
.bread-crumbs a{
  float: left;
}


